projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c4259
)
Delete the system-independent include of stdlib.h
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Sep 1999 18:26:26 +0000
(18:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Sep 1999 18:26:26 +0000
(18:26 +0000)
(leaving only the one in the WINDOWSNT conditional).
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index f135731bd4c8f906b621f69c9ce2ac6f09ef7300..51a4f59e3c3d413175411cd6fe27a9285eb7672e 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-42,10
+42,6
@@
extern char *strerror ();
#include <fcntl.h>
#endif
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
#ifdef WINDOWSNT
#define NOMINMAX
#include <windows.h>